Click or drag to resize

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)
Syntax
protected virtual bool OnRunned(
	IErrors errors
)

Parameters

errors
Type: EBP.Api.Interfaces.MiscIErrors
Errors to fill in if run fails

Return Value

Type: Boolean
true if the extension is ready to run, otherwise false to stop the extension
See Also