You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_init method calls the overridable Init method but then sends the initEnd message to OFS without letting the plugin to make any changes to the initEnd message. The plugin may need to be woken up and complete the initialization in background. The implementing plugin should be allowed to optionally send the following properties in the initEnd message.
wakeupNeeded: true | false,
wakeOnEvents: {
"timer": {
wakeupDelay: <Time in Seconds>,
sleepTimeout: <Time in Seconds>
}
}
The text was updated successfully, but these errors were encountered:
_init
method calls the overridableInit
method but then sends theinitEnd
message to OFS without letting the plugin to make any changes to theinitEnd
message. The plugin may need to be woken up and complete the initialization in background. The implementing plugin should be allowed to optionally send the following properties in theinitEnd
message.The text was updated successfully, but these errors were encountered: