PROTOCOL
PollingOperationModel
public protocol PollingOperationModel: UIOperationModel where InteractionModelType == PollingModel,
ErrorInteractionModelType == FormModel
A polling operation model that may contain a URL
that triggers an internal or external service launch.
It contains an interactionModel
that conforms to PollingModel
.