Beamable SDK
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Properties | List of all members
Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< T > Class Template Referenceabstract
Inheritance diagram for Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< T >:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< T >:
Collaboration graph
[legend]

Public Member Functions

override void Start ()
 
virtual Promise< T > StartAsync ()
 
- Public Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
abstract string GetCommandString ()
 
void Join ()
 
void Kill ()
 

Public Attributes

Action< string > OnStandardOut
 
Action< string > OnStandardErr
 
- Public Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
Action< int > OnExit
 
string UnityLogLabel = "Docker"
 

Protected Member Functions

abstract void Resolve ()
 
override void HandleStandardOut (string data)
 
override void HandleStandardErr (string data)
 
override void HandleOnExit ()
 
- Protected Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
void LogInfo (string data)
 
void LogError (string data)
 
virtual void ModifyStartInfo (ProcessStartInfo processStartInfo)
 

Protected Attributes

bool _finished
 
- Protected Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
int _exitCode = -1
 

Properties

Promise< T > Promise [get]
 
string StandardOutBuffer [get]
 
string StandardErrorBuffer [get]
 
- Properties inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
static bool DockerNotInstalled [getprotected set]
 
static bool DockerNotRunning [getset]
 
virtual bool DockerRequired [get]
 
string DockerCmd [get]
 
bool WriteLogToUnity [getset]
 
bool WriteCommandToUnity [getset]
 

Additional Inherited Members

- Static Public Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
static void ClearDockerInstallFlag ()
 
static void CheckDockerAppRunning ()
 
static bool RunDockerProcess ()
 

Member Function Documentation

◆ HandleOnExit()

override void Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< T >.HandleOnExit ( )
inlineprotectedvirtual

◆ HandleStandardErr()

override void Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< T >.HandleStandardErr ( string  data)
inlineprotectedvirtual

◆ HandleStandardOut()

override void Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< T >.HandleStandardOut ( string  data)
inlineprotectedvirtual

◆ Start()

override void Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< T >.Start ( )
inlinevirtual

The documentation for this class was generated from the following file: