- Timestamp:
- 01/07/15 10:29:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Scripting/3.3/CSharpScript.cs
r11721 r11734 95 95 96 96 private Thread scriptThread; 97 public virtual void Execute () {97 public virtual void ExecuteAsync() { 98 98 if (compiledScript == null) return; 99 99 scriptThread = new Thread(() => {
Note: See TracChangeset
for help on using the changeset viewer.