Sha256: d691ef33b47f552836d136312415b4ce4760825c13f9b75d3a678067d6673287
Contents?: true
Size: 487 Bytes
Versions: 2
Compression:
Stored size: 487 Bytes
Contents
# Buildium::CancellationToken ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **is_cancellation_requested** | **Boolean** | | [optional] | | **can_be_canceled** | **Boolean** | | [optional] | | **wait_handle** | [**WaitHandle**](WaitHandle.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::CancellationToken.new( is_cancellation_requested: null, can_be_canceled: null, wait_handle: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/CancellationToken.md |
buildium-ruby-2.1.0 | docs/CancellationToken.md |