TSigmaApplicationNotification Enumeration

Represents type TSigmaApplicationNotification.

Namespace: Sigma.Document
type
 TSigmaApplicationNotification = (anClosing, anShutdown, anRemote, anNoobIntro, anAuthToken);

The TSigmaApplicationNotification type exposes the following members.

Show:
 NameDescription
anAuthToken

Represents constant anAuthToken.

anClosing

Represents constant anClosing.

anNoobIntro

Represents constant anNoobIntro.

anRemote

Represents constant anRemote.

anShutdown

Represents constant anShutdown.

Top