kappa_sdk.user_tasks.Services#
- class kappa_sdk.user_tasks.Services(*args, **kwargs)[source]#
User task services.
Accessed as a built-in user task variable named services, this class provides access to a number of built-in user task services and object.
Note
Should not be instantiated directly.
Attributes
Gets the context of this user task.
Gets the data command service.
Gets the data enumerator service.
Gets the data query service.
Gets the event publisher associated with this user task.
Gets the field this user task belongs to.
Gets the logger for this user task.
Gets the input and output parameters container.
Gets the redefine setting of this user task.
Gets the REST API instance.
Gets the scheduler service for this user task.
Gets a configured unit converter.
Gets the executing user task object.
Gets the well this user task belongs to.
Methods
- property unit_converter: UnitConverter#
Gets a configured unit converter.
- property redefinition: Redefinition | None#
Gets the redefine setting of this user task.
- property event_publisher: EventPublisher#
Gets the event publisher associated with this user task.
- property data_enumerator: DataEnumerator#
Gets the data enumerator service.
- property data_command_service: DataCommandService#
Gets the data command service.
- property parameters: Parameters#
Gets the input and output parameters container.
- property data_query_service: DataQueryService#
Gets the data query service.
- __init__(*args, **kwargs)#