IScriptHistoryEntry

class

IScriptHistoryEntry.

IScriptHistoryEntry

Bases: object

History information entry of a job.

user

Retrieves the user account that caused the entry.

Type

string

old_state

Retrieves the JobState that was valid before the modification.

Type

new_state

Retrieves the JobState that is valid after the modification.

Type

action

Retrieves the action that reflects the type of modification.

date

Retrieves the date when the history event was created.

Type

DateTime