STRUCT

PollingProperties

Contents

public struct PollingProperties: Properties

Properties for an PollingStep.

Properties

recipientOfCommunication

public let recipientOfCommunication: String?

The subject who is expected to perform some action while the client polls waiting for such action.

status

public let status: PollingStatus

The current status of the polling process.

maxWaitTime

public let maxWaitTime: String?

Maximum time (in seconds) until the polling step has to be completed.

maxWaitRemainingTime

public let maxWaitRemainingTime: String?

Remaining time (in seconds) until the polling step has to be completed. This value is expected to decrease with each poll and is always less than or equal to maxWaitTime.

rawJsonString

public let rawJsonString: String