Ark Server API (ASA) - Wiki
|
#include <ILifeCycle.h>
Public Member Functions | |
virtual bool | IsStarted () const =0 |
virtual bool | Start ()=0 |
virtual bool | Stop ()=0 |
Interface for controlling an object's start/stop life cycle.
Definition at line 9 of file ILifeCycle.h.