CustomActionCleanupCode: Difference between revisions
Jump to navigation
Jump to search
m (2 revisions imported) |
(No difference)
|
Latest revision as of 15:03, 6 April 2016
Scrip field that is only used when ScripAction is 'User-Defined'.
You should put code into this field which commit action. Code has access to $self
object that is instance of [=RT::Action::UserDefined] class. It should return true value on success and false on error. Code executed only if CustomActionPreparationCode succeeded.
See also: WriteCustomAction