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
Services.context
Gets the context of this user task.
Services.data_command_service
Gets the data command service.
Services.data_enumerator
Gets the data enumerator service.
Services.data_query_service
Gets the data query service.
Services.event_publisher
Gets the event publisher associated with this user task.
Services.field
Gets the field this user task belongs to.
Services.log
Gets the logger for this user task.
Services.parameters
Gets the input and output parameters container.
Services.redefinition
Gets the redefine setting of this user task.
Services.rest_api
Gets the REST API instance.
Services.scheduler
Gets the scheduler service for this user task.
Services.unit_converter
Gets a configured unit converter.
Services.user_task
Gets the executing user task object.
Services.well
Gets the well this user task belongs to.
Methods