ADTF  3.18.2
IRuntimeStartupabstract
Inheritance diagram for IRuntimeStartup:
[legend]

Public Member Functions

 ADTF_IID (IRuntimeStartup, "runtime_startup.spider.ucom.adtf.iid")
 Marks the IRuntimeStartup to be castable with the ucom_cast<> More...
 
virtual bool StartupCompleted () const =0
 
- Public Member Functions inherited from IObject
 ADTF_IID (IObject, "object.ant.ucom.adtf.iid")
 Marks the IObject to be castable with the ucom_cast() More...
 

Additional Inherited Members

- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Use implemented Destroy() instead of delete!
 

Detailed Description

Definition at line 540 of file runtime_intf.h.

Member Function Documentation

◆ ADTF_IID()

ADTF_IID ( IRuntimeStartup  ,
"runtime_startup.spider.ucom.adtf.iid"   
)

Marks the IRuntimeStartup to be castable with the ucom_cast<>

See also
ADTF_IID(_interface, _striid)

◆ StartupCompleted()

virtual bool StartupCompleted ( ) const
pure virtual
Returns
Whether the intial runlevel change has completed and the runtime is ready to handle further runlevel changes or not.