Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32const.h

Enum TExitType

TExitType

Description

Identifies how a thread or process has ended.

While a thread or process is alive, its exit type is always EExitPending.

Both RThread::ExitType() and RProcess::ExitType() return a TExitType.

See also:

EExitKill

The thread or process has ended as a result of a kill, i.e. Kill() has been called on the RThread or RProcess handle. Or a thread was ended as a result of calling User::Exit().

EExitTerminate

The thread or process has ended as a result of a terminate, i.e. Terminate() has been called on the RThread or RProcess handle.

EExitPanic

The thread or process has been panicked.

EExitPending

The thread or process is alive.