IProvideStatus Interface
Defines an interface for any object to allow it to provide a name and status
that can be displayed for informational purposes.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.177 -- Release Build+17e3a8c30c12a6a5a57ad4af156d7b83be281c33
public interface IProvideStatus
Public Interface IProvideStatus
public interface class IProvideStatus
Gemstone.IProvideStatus = function();
Gemstone.IProvideStatus.createInterface('Gemstone.IProvideStatus');
| Name |
Gets the name of the object providing status information.
|
| Status |
Gets the current status details about object providing status information.
|