Retrieves the loaded program's information.
This method sends a request to the backend to retrieve the information of the currently loaded program.
A promise that resolves to the information of the loaded program.
Will get information and metadata of all programs
Promise<Array
returns a reply promise to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns a reply promise for the requested message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the requested message
The type of message being sent
Optionaldata: anyThe message data
Service for handling program related operations