CustomActionCleanupCode
Jump to navigation
Jump to search
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