Stands up an observable that will execute this command's action, and save the result (or error) to be unwrapped later.
Emits immediately with the seed value when mocked is set to true.
Convenience to change the state of this metadata to an error.
Convenience to change the state of this metadata to a non-error result.
Unboxes the current state of this command as either an emission of the run result, or an exception stream for any caught errors.
Generated using TypeDoc
Container for all the data need to execute a pending action, and yield a result or error at a later time.