RSDTaskDataSource
public protocol RSDTaskDataSource
RSDTaskDataSource
is a data source that can be used by the factory to get info that should be included
with a task result or used to display subgroups of a task.
-
Fetch the task group with the given identifier.
Declaration
Swift
func taskGroup(with identifier: String) -> RSDTaskGroup?
-
Fetch the task info with the given identifier.
Declaration
Swift
func taskInfo(with identifier: String) -> RSDTaskInfoStep?
-
Fetch the schema info with the given identifier.
Declaration
Swift
func schemaInfo(with identifier: String) -> RSDSchemaInfo?