C# Class OpenSim.Framework.Capabilities.LLSDTaskScriptUploadComplete

ファイルを表示 Open project: Mobius-Team/Mobius Class Usage Examples

Public Properties

Property Type Description
compiled bool
errors OSDArray
new_asset UUID
state string

Property Details

compiled public_oe property

Was it compiled?
public bool compiled
return bool

errors public_oe property

public OSDArray,OpenSim.Framework.Capabilities errors
return OSDArray

new_asset public_oe property

The task inventory item that was updated
public UUID new_asset
return UUID

state public_oe property

State of the upload. So far have only even seen this set to "complete"
public string state
return string