Deadline Scripting Reference  10.3.2.1
Deadline.Pulses Namespace Reference

Classes

class  PulseInfo
 Information about the current state of pulse. More...
 
class  PulseInfoSettings
 A wrapper around pulse's info and settings objects. More...
 
class  PulseSettings
 Pulse settings. More...
 

Enumerations

enum class  PulseStatus { Unknown = 0 , Running = 1 , Offline = 2 , Stalled = 4 }
 The different states pulse can be in. More...
 

Enumeration Type Documentation

◆ PulseStatus

The different states pulse can be in.

Enumerator
Unknown 

The state is unknown.

Running 

Pulse is running.

Offline 

Pulse is not running.

Stalled 

Pulse has hung or crashed.