Files
2026-03-22 03:21:45 +02:00

1 line
256 B
JavaScript

"use strict";var t=require("../../bt/factory"),r=require("../../bt/base"),e=r.Status,u=r.createBehavior;module.exports=u({constructor:function(){},start:function(){return!0},stop:function(){},update:function(){return e.IN_PROGRESS}}),t.addBehavior(module);