Deadline Scripting Reference  10.2.1.1
Deadline.Balancer.SlaveStruct Struct Reference

Worker struct. More...

Public Attributes

string CloudRegion
 If a cloud Worker, this is the CloudRegion to which it belongs. More...
 
bool CloudSlave
 True if the Worker is a cloud-managed Worker. More...
 
string CurrentJobId
 The ID of the currently loaded job, if any. More...
 
string CurrentJobName
 The name of the currently loaded job, if any. More...
 
string GroupName
 If a cloud Worker, this is the Group to which it belongs. More...
 
string Name
 The unique name of the Worker. More...
 
string[] SlaveLimitGroupStubs
 If the Worker is rendering, this is the list of limit group stubs it current has. More...
 

Detailed Description

Worker struct.

Member Data Documentation

◆ CloudRegion

string Deadline.Balancer.SlaveStruct.CloudRegion

If a cloud Worker, this is the CloudRegion to which it belongs.

◆ CloudSlave

bool Deadline.Balancer.SlaveStruct.CloudSlave

True if the Worker is a cloud-managed Worker.

◆ CurrentJobId

string Deadline.Balancer.SlaveStruct.CurrentJobId

The ID of the currently loaded job, if any.

◆ CurrentJobName

string Deadline.Balancer.SlaveStruct.CurrentJobName

The name of the currently loaded job, if any.

◆ GroupName

string Deadline.Balancer.SlaveStruct.GroupName

If a cloud Worker, this is the Group to which it belongs.

◆ Name

string Deadline.Balancer.SlaveStruct.Name

The unique name of the Worker.

◆ SlaveLimitGroupStubs

string [] Deadline.Balancer.SlaveStruct.SlaveLimitGroupStubs

If the Worker is rendering, this is the list of limit group stubs it current has.