Method: DocuSign_eSign::EnvelopeDefinition#asynchronous
- Defined in:
- lib/docusign_esign/models/envelope_definition.rb
#asynchronous ⇒ Object
When set to true, the envelope is queued for processing and the value of the ‘status` property is set to ’Processing’. Additionally, get status calls return ‘Processing’ until completed.
42 43 44 |
# File 'lib/docusign_esign/models/envelope_definition.rb', line 42 def asynchronous @asynchronous end |