InitProcessTitleListener
class InitProcessTitleListener
Properties
| protected string | $dot |
Methods
void
handle(AfterWorkerStart|OnStart|OnManagerStart|BeforeProcessHandle $event)
Set the process title based on the event type.
void
setTitle(string $title)
Set the CLI process title.
bool
isSupportedOS()
Determine if the current OS supports setting process titles.
Details
at line 17
__construct(Repository $config)
No description
at line 24
void
handle(AfterWorkerStart|OnStart|OnManagerStart|BeforeProcessHandle $event)
Set the process title based on the event type.
at line 57
protected void
setTitle(string $title)
Set the CLI process title.
at line 67
protected bool
isSupportedOS()
Determine if the current OS supports setting process titles.