API Guides > ConceptRT 3.x
Shutdown management

Detailed Description

Functions

bool WasLastShutDownNormal ()
 Query if the last shut down was normal. More...
 
void NotifyLastShutDownNormal ()
 Notifies the last shut down normal. This is called by ConceptRTOsFinalize but the notification can be done manually as well. More...
 

Function Documentation

void NotifyLastShutDownNormal ( )

Notifies the last shut down normal. This is called by ConceptRTOsFinalize but the notification can be done manually as well.

bool WasLastShutDownNormal ( )

Query if the last shut down was normal.

Returns
true if was succeeds, false if was fails.