context
drunc.process_manager.interface.context
Classes
ProcessManagerContext(*args, **kwargs)
Bases: ShellContext
Source code in drunc/process_manager/interface/context.py
Methods:
create_token(**kwargs)
Create a dummy token for the user in the process manager context.
This is a placeholder implementation and should be replaced with actual token creation logic as needed.
Source code in drunc/process_manager/interface/context.py
terminate()
Run the cleanup procedures for the process manager context.
This method stops the status receiver if it is running, ensuring that any resources associated with the process manager context are properly released.
Returns:
| Type | Description |
|---|---|
None
|
None |