class
IScriptHistoryEntry.
IScriptHistoryEntry
Bases: object
History information entry of a job.
user
Retrieves the user account that caused the entry.
string
old_state
Retrieves the JobState that was valid before the modification.
new_state
Retrieves the JobState that is valid after the modification.
action
Retrieves the action that reflects the type of modification.
date
Retrieves the date when the history event was created.
DateTime