Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public enum Check
  • Errors that can be thrown by any operation

    See more

    Declaration

    Swift

    public enum OperationError : Error
  • A collection of standard system operations, including a generic ability to execute any command

    See more

    Declaration

    Swift

    public enum System : Operation
  • Captures the different platforms supported by Swift which will influence code generation

    See more

    Declaration

    Swift

    public enum Platform