Long Running Commands API
Provided for backwards compatibility.
The objects provided here have moved, use the following instead:
LrcCallback->ska_tango_base.type_hints.LRCCallbackTypeinvoke_lrc()->ska_tango_base.long_running_commands.api.invoke_lrc()LrcSubscriptions->ska_tango_base.type_hints.LRCSubscriptionsProtocol
LRCSubscriptionsProtocol is the new return
annotation for invoke_lrc() and
should be used for type annotations, however, this is not the same object as
LrcSubscriptions. This object is now private and should not be
accessed by users of ska-tango-base.
- class ska_tango_base.long_running_commands_api.LrcSubscriptions
DEPRECATED
Alias for
ska_tango_base.long_running_commands.api._LRCSubscriptionsprovide for backwards compatibility.Use
ska_tango_base.type_hints.LRCSubscriptionsProtocolfor type hinting instead.
- class ska_tango_base.long_running_commands_api.LrcCallback
Alias for
ska_tango_base.type_hints.LRCCallbackTypeprovide for backwards compatibility.
- class ska_tango_base.long_running_commands_api.invoke_lrc[source]
Alias for
ska_tango_base.long_running_commands.api.invoke_lrcprovide for backwards compatibility.