Long Running Commands API

Provided for backwards compatibility.

The objects provided here have moved, use the following instead:

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._LRCSubscriptions provide for backwards compatibility.

Use ska_tango_base.type_hints.LRCSubscriptionsProtocol for type hinting instead.

class ska_tango_base.long_running_commands_api.LrcCallback

Alias for ska_tango_base.type_hints.LRCCallbackType provide for backwards compatibility.

class ska_tango_base.long_running_commands_api.invoke_lrc[source]

Alias for ska_tango_base.long_running_commands.api.invoke_lrc provide for backwards compatibility.