PidLockExt.atExit

Cleans up behind and releases the lock file.

class PidLockExt
override
void
atExit

Parameters

app IApplication

the application instance that will run

args istring[]

command line arguments used to invoke the application

status int

exit status returned by the application

exception ExitException

exit exception instance, if one was thrown (null otherwise)

Throws

ErrnoException if any of the system calls fails

Meta