class
IScriptJobActivities.
IScriptJobActivities
Bases: object
API to access job activity information.
all
Retrieves the activities.
Array of IScriptJobActivity
by_id
id
Retrieves a job activity object by id.
has_activity
id
Determines whether a job activity with specified id exists.
id (Guid) -- The identifier.
true or false
bool
create
title
instruction=''
Creates a new job activity. Activity is attached to the job.
title (string) -- The title.
instruction (string) -- The instruction.
The job activity