mirror of
https://github.com/opensim/opensim.git
synced 2026-07-04 18:15:56 +08:00
add current script status to "scripts show" command (running, suspended, etc.)
This commit is contained in:
@@ -59,10 +59,15 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
public interface IScriptInstance
|
||||
{
|
||||
/// <summary>
|
||||
/// Is this script currently running?
|
||||
/// Is the script currently running?
|
||||
/// </summary>
|
||||
bool Running { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Is the script suspended?
|
||||
/// </summary>
|
||||
bool Suspended { get; set; }
|
||||
|
||||
bool ShuttingDown { get; set; }
|
||||
string State { get; set; }
|
||||
IScriptEngine Engine { get; }
|
||||
|
||||
Reference in New Issue
Block a user