enum TaskFinishReason in module com::sun::star::task::

(Global Index)

Syntax

enum TaskFinishReason;

Description

The reason of the termination.

Values Summary

OK

CANCEL

ERROR

LOCKEXCEPTION Only valid if the task is transacted. The task is restarted later.

Values Details



OK

Syntax

OK,

CANCEL

Syntax

CANCEL,

ERROR

Syntax

ERROR,

LOCKEXCEPTION

Syntax

LOCKEXCEPTION,

Description

Only valid if the task is transacted. The task is restarted later.

Top of Page