Beamable SDK
|
Public Member Functions | |
StopImageCommand (MicroserviceDescriptor descriptor) | |
override string | GetCommandString () |
Public Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommand | |
void | Start () |
void | Join () |
void | Kill () |
Properties | |
string | ContainerName [get, set] |
Properties inherited from Beamable.Server.Editor.DockerCommands.DockerCommand | |
static bool | DockerNotInstalled [get, protected set] |
bool | WriteLogToUnity = true [get, set] |
bool | WriteCommandToUnity [get, set] |
Additional Inherited Members | |
Static Public Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommand | |
static void | ClearDockerInstallFlag () |
Public Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommand | |
Action< int > | OnExit |
string | UnityLogLabel = "Docker" |
Static Public Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommand | |
const string | DOCKER_LOCATION = "docker" |
Protected Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommand | |
virtual void | HandleOnExit () |
virtual void | HandleStandardOut (string data) |
virtual void | HandleStandardErr (string data) |
void | LogInfo (string data) |
void | LogError (string data) |
virtual void | ModifyStartInfo (ProcessStartInfo processStartInfo) |
Protected Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommand | |
int | _exitCode = -1 |