Searched defs:progressUpdateIntervalMillis (Results 1 – 8 of 8) sorted by relevance
37 progressUpdateIntervalMillis: _DEFAULT_PROGRESS_UPDATE_INTERVAL_MILLIS, property211 async setProgressUpdateIntervalAsync(progressUpdateIntervalMillis) { argument212 return this.setStatusAsync({ progressUpdateIntervalMillis }); field
59 progressUpdateIntervalMillis: 100, property
73 progressUpdateIntervalMillis: 100, //TODO: Bacon: Add interval between calls constant
222 setProgressUpdateInterval(progressUpdateIntervalMillis) { argument
52 @property (nonatomic, strong) NSNumber *progressUpdateIntervalMillis; property