CommandLineArgsCallbackContext
Handle
interface CommandLineArgsCallbackContext { readonly args: CommandLineArgsEditor; readonly executionContext: DistributedApplicationExecutionContext; readonly log: LogFacade; readonly resource: IResource;}Properties
property
argsCommandLineArgsEditorgetGets the editor used to manipulate command-line arguments in polyglot callbacks.
property
executionContextDistributedApplicationExecutionContextgetGets the execution context associated with this callback.
property
logLogFacadegetGets the logger facade used by polyglot callbacks.
property
resourceIResourcegetThe resource associated with this callback context.