Codeunit/Statusaction

From TempusServa wiki
Revision as of 12:51, 10 December 2021 by Tvi (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Status actions codeunits will execute just about anything for a single object in a determined state.

The codeunit is bound to a Status actions, and can be executed either on entry, on exit or after a given amount of time.

As with other actions the execution is logged, in order to prevent doouble firing of an given event.

The event methods are

    execute(int SagID, int DataID, int StatusID );