Sha256: 69298f95c57255e08ff6cc4d06ddc062ab81eebd4aa17a94832737fc40641de2
Contents?: true
Size: 673 Bytes
Versions: 11
Compression:
Stored size: 673 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Logic::Mgmt::V2016_06_01 module Models # # Defines values for WorkflowStatus # module WorkflowStatus NotSpecified = "NotSpecified" Paused = "Paused" Running = "Running" Waiting = "Waiting" Succeeded = "Succeeded" Skipped = "Skipped" Suspended = "Suspended" Cancelled = "Cancelled" Failed = "Failed" Faulted = "Faulted" TimedOut = "TimedOut" Aborted = "Aborted" Ignored = "Ignored" end end end
Version data entries
11 entries across 11 versions & 1 rubygems