def

func:futureState

futureState(future)

Return current state of a future as one of the following strings:

  • pending: still queued or being processed
  • ok: completed with result value
  • err: completed with an exception
  • cancelled: future was cancelled before processing See task.

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function