ActiveEvent Object


Description:

This object contains messages generated by the system which may require a response from the user.

Parents: ActiveEventManager

ActiveEvent Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
AllowDefaultResponse

Show if default response is allowed for active event.

Type: bool

Default: TRUE

Possible Values:

Value Description
TRUE

Default response is allowed.

FALSE

Default response is not allowed.

RequestReady

Event is prepared for presentation to the user.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Event is ready.

FALSE

Event is not ready.

Response

User's response.

Type: enum

Default: NONE

Possible Values:

Value Description
NONE

Not supported.

OK

Not supported.

YES

Yes

NO

No

IGNORE

Ignore

RETRY

Return

CANCEL

Cancel

ResponseReady

User has responded.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

User has responded.

FALSE

User has not responded.

SetAsDefaultResponse

If user responds yes when asked "Do not prompt me about this again. (Yes/No)" then this will be true. Future events of this type will be processed using the same response that the user gave to this event.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Response will be default response to future events of same type.

FALSE

Future events will prompt user.

ActiveEvent Read-Only Attributes

Read-Only Attribute Description
Category

Show category for active event. For example, validation.

Type: string

Default: "" (empty string)

DefaultRequestResponse

Default response for the message from the user.

Type: enum

Default: NONE

Possible Values:

Value Description
NONE

Not supported.

OK

OK

YES

Yes

NO

No

IGNORE

Ignore

RETRY

Return

CANCEL

Cancel

Level

Show event level for active event.

Type: enum

Default: WARN

Possible Values:

Value Description
DEBUG

Level debug.

INFO

Level info.

WARN

Level warn.

ERROR

Level error.

Message

A message that contains information or a question for the user.

Type: string

Default: "" (empty string)

MsgContext

Show message context for active event.

Type: string

Default: "" (empty string)

Request

Type of request. Valid values are the logical OR of YES|NO or IGNORE|RETRY\CANCEL.

Type: enum

Default: NONE

Possible Values:

Value Description
NONE

Not supported.

OK

Not supported.

YES

Can be OR'd with NO to represent a YES|NO request.

NO

Can be OR'd with YES to represent a YES|NO request.

IGNORE

Can be OR'd with RETRY and CANCEL to represent a IGNORE|RETRY|CANCEL request.

RETRY

Can be OR'd with IGNORE and CANCEL to represent a IGNORE|RETRY|CANCEL request.

CANCEL

Can be OR'd with IGNORE and RETRY to represent a IGNORE|RETRY|CANCEL request.