 | ExtensionOnRunned Method |
Called when the extension is runned
Namespace:
EBP.Api.Extension
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxprotected virtual bool OnRunned(
IErrors errors
)
Protected Overridable Function OnRunned (
errors As IErrors
) As Boolean
Parameters
- errors
- Type: EBP.Api.Interfaces.MiscIErrors
Errors to fill in if run fails
Return Value
Type:
Booleantrue if the extension is ready to run, otherwise
false to stop the extension
See Also