trait CommandReceiver (View source)

This task can receive commands from task implementing CommandInterface.

Methods

string
receiveCommand(string|CommandInterface $command)

No description

Details

protected string receiveCommand(string|CommandInterface $command)

No description

Parameters

string|CommandInterface $command

Return Value

string

Exceptions

TaskException