Documentation

activate()

Activates the activity.

activate(): this;

Notes

Return value

This activity instance, for chaining

Errors

This method throws an error if the activity has been unlinked or not attached.

Related