Difference between revisions of "Codeunit/Statusaction"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
m (2 revisions imported)
 
(No difference)

Latest revision as of 12:51, 10 December 2021

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 );