Definition at line 6 of file AsyncInitTask.cs.
◆ ExecuteTask()
abstract Task<bool> BGC.MonoUtility.AsyncInitTask.ExecuteTask |
( |
| ) |
|
|
protectedpure virtual |
◆ FinishedRunning()
abstract void BGC.MonoUtility.AsyncInitTask.FinishedRunning |
( |
bool |
runSuccessful | ) |
|
|
protectedpure virtual |
◆ PrepareRun()
abstract bool BGC.MonoUtility.AsyncInitTask.PrepareRun |
( |
| ) |
|
|
protectedpure virtual |
◆ Start()
async void BGC.MonoUtility.AsyncInitTask.Start |
( |
| ) |
|
|
inlineprivate |
Definition at line 14 of file AsyncInitTask.cs.
abstract Task< bool > ExecuteTask()
abstract void FinishedRunning(bool runSuccessful)
abstract bool PrepareRun()
The documentation for this class was generated from the following file: