IScriptJob

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)

Type

string

closed_date

Retrieves or sets the date when the job was closed.

Type

DateTime

creation_date

Retrieves or sets the date when the job was created. default = DateTime.Now

Type

DateTime

is_stored_project_global

Declares if the job can be seen by everyone. (default = true)

Type

bool

issuer

Retrieves or sets the user account who created the job. (default = Win UserName)

Type

string

title

Retrieves or sets the job title.

Type

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.

Type

Guid

type

Retrieves or sets the icon which is shown at the UI.

Type

state

Retrieves or sets the job state.

Type

urgency

Retrieves or sets the urgency for the job. default = JobUrgency.Normal

guid

Retrieves or sets the Id from the Job.

Type

Guid

activities

Retrieves the activities that are associated with this job.

history

Retrieves the history of state changes that were done on the job.

Type

comments

Retrieves the comments that were added by the user.

Type

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.

Type

string