class
IScriptJob.
IScriptJob
Bases: object
Represents a job instance item.
commit
Saves the job data.
delete
Deletes the job.
reopen
Reopens the job.
set_in_progress
Sets the state to In Progress.
close
Closes the Job.
assigned_to
Retrieves or sets the user account who is assigned to the job. (default = Win Username)
string
closed_date
Retrieves or sets the date when the job was closed.
DateTime
creation_date
Retrieves or sets the date when the job was created. default = DateTime.Now
DateTime
is_stored_project_global
Declares if the job can be seen by everyone. (default = true)
bool
issuer
Retrieves or sets the user account who created the job. (default = Win UserName)
string
title
Retrieves or sets the job title.
string
tool_guid
Retrieves or sets a Guid, which declares to which product the Job is assigned. (e.g. Motion or Logic Builder) as default, the ToolGuid from the currently running which has created the Job is taken.
Guid
type
Retrieves or sets the icon which is shown at the UI.
state
Retrieves or sets the job state.
urgency
Retrieves or sets the urgency for the job. default = JobUrgency.Normal
guid
Retrieves or sets the Id from the Job.
Guid
activities
Retrieves the activities that are associated with this job.
history
Retrieves the history of state changes that were done on the job.
Array of IScriptJobActivities
comments
Retrieves the comments that were added by the user.
Array of IScriptJobComments
tags
Retrieves a list of tags that help the user to categorize the job and help to search/filter.
external_id
Retrieves or sets the external identifier.
string