IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

idle (property)

The current status of the class.

Syntax

@property (nonatomic,readonly,assign,getter=idle) BOOL idle;
- (BOOL)idle;
public var idle: Bool {
  get {...}
}

Default Value

TRUE

Remarks

Idle will be False if the component is currently busy (communicating and/or waiting for an answer), and True at all other times.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 iOS Edition - Version 20.0 [Build 8265]