Deadline Scripting Reference
10.4.1.8
|
Classes | |
class | SlaveInfo |
Information about the current state of a Worker. In contrast to SlaveSettings, this is usually information set by the worker itself. It changes often, to reflect the worker's current state. More... | |
class | SlaveInfoSettings |
Holds the SlaveInfo and SlaveSettings for a particular Worker. More... | |
class | SlaveSettings |
Contains settings for the Worker. In contrast to SlaveInfo, this class contains information usually set by the user or external source meant for the worker. It's not meant to change often. More... | |
Enumerations | |
enum class | SlaveSchedulingMode { AllJobs = 0 , MachineJobs = 1 , UserJobs = 2 } |
Scheduling modes for a Worker, which affects how it dequeues jobs. More... | |
enum class | SlaveStatus { Unknown = 0 , Rendering = 1 , Idle = 2 , Offline = 3 , Stalled = 4 , StartingJob = 8 , HouseCleaning = 9 } |
The states a Worker can be in. More... | |
|
strong |
|
strong |
The states a Worker can be in.