Skip to content

Packages  ›  trotsky  ›  ActorMixins  ›  block

ActorMixins.block() method

Appends a step to block the current actor.

Signature:

typescript
block(): this;

Returns:

this

The current instance for method chaining.