MCPcopy Create free account
hub / github.com/SoarGroup/Soar / AddStatusComplete

Method AddStatusComplete

Core/ClientSML/src/sml_ClientIdentifier.cpp:324–327  ·  view source on GitHub ↗

* @brief Adds "^status complete" as a child of this identifier. *************************************************************/

Source from the content-addressed store, hash-verified

322* @brief Adds "^status complete" as a child of this identifier.
323*************************************************************/
324void Identifier::AddStatusComplete()
325{
326 GetAgent()->CreateStringWME(this, "status", "complete") ;
327}
328
329/*************************************************************
330* @brief Adds "^status error" as a child of this identifier.

Callers 3

TEST_DEFINITIONFunction · 0.80
MyUpdateEventHandlerMethod · 0.80
testOutputLeak1Method · 0.80

Calls 2

GetAgentFunction · 0.70
CreateStringWMEMethod · 0.45

Tested by 3

TEST_DEFINITIONFunction · 0.64
MyUpdateEventHandlerMethod · 0.64
testOutputLeak1Method · 0.64