Commander::AutomationServer
Constructors
Instance methods
enabled?
Sourcehandle_command(command : AutomationCommand, policy : AutomationCommand -> Bool, &executor : AutomationCommand -> AutomationResponse) : AutomationResponse
Sourcehandle_command(command : AutomationCommand, &executor : AutomationCommand -> AutomationResponse) : AutomationResponse
Sourcehandle_request(request : AutomationRequest, snapshot_provider : -> AppSnapshot, policy : AutomationCommand -> Bool, &executor : AutomationCommand -> AutomationResponse) : AutomationResponse
Sourcehandle_request(request : AutomationRequest, snapshot_provider : -> AppSnapshot, &executor : AutomationCommand -> AutomationResponse) : AutomationResponse
Sourcesocket_path
Sourcestart(snapshot_provider : -> AppSnapshot, policy : AutomationCommand -> Bool, &executor : AutomationCommand -> AutomationResponse) : Nil
Sourcestart(snapshot_provider : -> AppSnapshot, &executor : AutomationCommand -> AutomationResponse) : Nil
Sourcestart
Sourcestop
Source