Job
Schema: jobs.capnp
Methods
getState: () -> (state : Job.State)
cancel: () -> ()
detach: () -> ()
whenRunning: () -> ()
whenCompleted: () -> ()
attach: () -> Job.AttachResponse
eval: (stdIn: Data) -> (stdOut : Text, stdErr : Text)
Schema: jobs.capnp
getState: () -> (state : Job.State)
cancel: () -> ()
detach: () -> ()
whenRunning: () -> ()
whenCompleted: () -> ()
attach: () -> Job.AttachResponse
eval: (stdIn: Data) -> (stdOut : Text, stdErr : Text)