Task.Result

The result of executing a task.

struct Task
struct Result {}

Members

Variables

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

List of raw byte arrays of implicit inputs/outputs. There is one byte array per command.

Meta