QueueCommandString
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.
at line 25
static string
toSupervisorOptionsString(SupervisorOptions $options)
Get the additional option string for the supervisor command.
at line 45
static string
toOptionsString(SupervisorOptions $options, bool $paused = false)
Get the additional option string for the command.