Core.SetCreated

Sets the internal “created” bool for the referenced SILVIA Core.

Description
When creating a new SILVIA Core, using this command ensures the Core’s internal “created” bool is marked “true”.

Example Usage (C#)


public void CreateSilviaCore() {
//Creates a SilviaCore, assigns the public reference to it
Core = SilviaCoreManager.CreateCore("Username", null, null, null, null, "license", null);
//Sets the Core's "created" bool to true Core.SetCreated();
}

Parameters

None.

Return
None.