Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::is_deadstart_complete Function
C++
LOGICAL is_deadstart_complete();

a function true/false which indicates whether the root deadstart has been invoked already. If not, one should call InvokeDeadstart and MarkDeadstartComplete. 

 

int main( )
{
    if( !is_deadstart_complete() )
    {
        InvokeDeadstart();
        MarkDeadstartComplete()
    }
   
    ... your code here ....
   
   
    return 0;  // or some other appropriate return.
}

 

sack::app::deadstart

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!