Can a RhinoCommon Command return a value?

Hi - my apologies if the answer to this is common knowledge, but I couldn’t find it in the doco.

Is it possible for a Rhino Command to return a value (ie. an integer or float)? For instance if the user wanted to programmatically determine how many samples had been rendered by the Octane Render plugin, is there are way for me to include a Command in the plugin to return this number?

Thanks

Paul

To what? A command’s RunCommand member is called by Rhino, so I’m not sure who you expect to be the consumer of the return value.

Perhaps just printing the results to the command line would be helpful to the user?