Command.Result

The result of executing a command.

Members

Variables

duration
Duration duration;

How long it took the command to run from start to finish.

inputs
Resource[] inputs;
outputs
Resource[] outputs;

Implicit input and output resources this command used.

Meta