This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add interruptible override to execution #minor (#287)
* Added interruptible flag for execution to protos Signed-off-by: Nick Müller <[email protected]> * Changed execution interruptible flag to use regular bool Signed-off-by: Nick Müller <[email protected]> * Changed interruptible overrides to use BoolValue Allows distinguishment between a value not being provided and the go zerovalue false Signed-off-by: Nick Müller <[email protected]> * Interruptible flag comment/documentation Signed-off-by: Nick Müller <[email protected]> * Interruptible flag comment/documentation Signed-off-by: Nick Müller <[email protected]> * Removed unescaped quotes from proto comments Included documentation for in proto generation Signed-off-by: Nick Müller <[email protected]> * Re-generated documentation Signed-off-by: Nick Müller <[email protected]>
- Loading branch information