Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: e32std.h
Link against:

Enum TExitType

TExitType

Support

Supported from 5.0

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.

EExitTerminate

Reserved for future use.

EExitPanic

The thread or process has been panicked

EExitPending

The thread or process is alive.