class QueueCommandString

Methods

static string
toWorkerOptionsString(SupervisorOptions $options)

Get the additional option string for the worker command.

static string
toSupervisorOptionsString(SupervisorOptions $options)

Get the additional option string for the supervisor command.

static string
toOptionsString(SupervisorOptions $options, bool $paused = false)

Get the additional option string for the command.

Details

at line 12
static string toWorkerOptionsString(SupervisorOptions $options)

Get the additional option string for the worker command.

Parameters

SupervisorOptions $options

Return Value

string

at line 25
static string toSupervisorOptionsString(SupervisorOptions $options)

Get the additional option string for the supervisor command.

Parameters

SupervisorOptions $options

Return Value

string

at line 45
static string toOptionsString(SupervisorOptions $options, bool $paused = false)

Get the additional option string for the command.

Parameters

SupervisorOptions $options
bool $paused

Return Value

string