Skip to content

Packages  ›  trotsky  ›  ActorMixins  ›  unblock

ActorMixins.unblock() method

Appends a step to unblock the current actor.

Signature:

typescript
unblock(): this;

Returns:

this

The current instance for method chaining.